The crPESetNthTableLocation function sets the location for a selected table in the specified print job. This function is typically combined with crPEGetNthTableLocation to identify the location of a table and then to change it.
Declare Function crPESetNthTableLocation Lib "crwrap32.dll" (ByVal printJob As Integer, ByVal TableN As Integer, ByVal tableLocation As String) As Integer
Specifies the handle of the print job for which you want to set a table's location. | |
Specifies the number of the table for which you want to set a new location. | |
TRUE (1) if the call is successful; FALSE (0) if the call fails.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |